Welcome![Sign In][Sign Up]
Location:
Search - blog java

Search list

[JSP/JavaMy Blog two

Description: Java写的BLOG网站系统,功能不错!
Platform: | Size: 819357 | Author: CaiJiaxi@gmail.com | Hits:

[JSP/Javarapid代码生成器

Description: 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Platform: | Size: 3083258 | Author: jeekchen | Hits:

[DocumentsJSP技巧

Description: 有关JSP的技巧,如如何用jsp输出存在于oracle数据库Blob字段中的jpg图片,Jsp中数据bean的直接赋值,checkbox的jsp应用-the JSP skills, such as how to use jsp output oracle database exists in the field Blob jpg images, data bean Jsp the direct assignment, the checkbox jsp application etc.
Platform: | Size: 61440 | Author: 许颖 | Hits:

[Editorrssowl

Description: 一个阅读RSS/RDF很好的工具。用JAVA SWT库写的界面。支持n多种语言,而且还包含Blog工具,代理配置功能。对中文支持很好。-a reading RSS/RDF good tool. With Java SWT library to write the interface. N multilingual support, but also includes blogging tools, agent configuration. Good for Chinese support.
Platform: | Size: 3924992 | Author: jlkj | Hits:

[JSP/JavaBBS-CS 天乙社区 v6.0

Description: 天乙社区6.0是一套基于JAVA技术的网络虚拟社区,采用了Hibernate+Spring+Struts的轻量级J2EE框架-6.0 is a set of Java-based network of virtual communities using the Hibernate Spring Struts lightweight J2EE Framework
Platform: | Size: 12284928 | Author: zens | Hits:

[AI-NN-PRClassifier4J

Description: Classifier4J这个Java类库为文本自动分类提供了一个API。缺省(目前)实现的API是一个贝叶斯分类器。这个类库可以用于多个目的-可能作为一个垃圾邮件过滤器或一个blog-Classifier4J Java class library for the automatic text classification provided an API. Default (current) to achieve the API is a Bayesian classifier. This library can be used for a number of purposes- as a possible spam filters or a blog
Platform: | Size: 188416 | Author: 李凯 | Hits:

[SMSSyncSettingBuilder

Description: 本文档讲解了OTA的概念,给出了如何发送“同步设置”的OTA短信的步骤,并附带Java编写的源代码(http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar)。 规范中定义了三种Setting: 浏览器设置 浏览器的书签设置 SyncML设置 也就是说,你通过发送短信可以帮助用户手机设置SyncSettings,从而可以让手机与服务器同步信息(如电话本、日程和记事本等)。 -this document on the concept of the OTA, given how this "synchronization" OTA SMS steps and the preparation of the fringe Java source code (http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar). Specification defines three Setting : browser settings browser bookmarks set SyncML is set up, you can send a message through the phone to help set up SyncSettings, thereby enabling mobile and server synchronization information (such as phone numbers, calendar and notebook, etc.).
Platform: | Size: 100352 | Author: 郑昀 | Hits:

[xml-soap-webservicerssowl_1_2_src

Description: Rssowl是一个阅读RSS/RDF很好的工具。用JAVA SWT库写的界面。而且是开放源码的。支持n多种语言,而且还包含Blog工具,代理配置功能。对中文支持很好。 -Rssowl is a reading RSS/RDF good tool. With Java SWT library to write the interface. But is open source. N multilingual support, but also includes blogging tools, agent configuration. Good for Chinese support.
Platform: | Size: 3546112 | Author: 长旺 | Hits:

[ListView/ListBoxjavashixianblog

Description: 用java实现的blog系统,经测试无误!-used to achieve the blog system, tested truthful!
Platform: | Size: 73728 | Author: | Hits:

[JSP/JavaeBank

Description: 本程序是用java编写的一个关于银行存款取款的软件,数据库采用weblogic-this procedure is used in the preparation of java on a bank deposit withdrawals software, the database used Weblogic
Platform: | Size: 4458496 | Author: daiyong | Hits:

[WEB Codebokeluntan

Description: 这是一个即可以做博客又可以做论坛的软件源码,大家可以来参考一下,是用java编写的-This is a blog that can be done can be done-source software forum, we can come to a reference. java is used to prepare the
Platform: | Size: 87040 | Author: 李振 | Hits:

[WAP developWAPblaog

Description: WAP博客第三版 最新发布,希望大家会喜欢-WAP blog recently released third edition, and hope that people will like
Platform: | Size: 56320 | Author: fqb666 | Hits:

[WEB CodeJBlog10

Description: web.xml里默认配置为:resin 2.1.14 可根据您的具体服务器配置。 注意链接池就是了! 然后导入database/j-blog.sql 默认用户名密码都是: admin 后台地址:/admin/ 进入后台后,请将系统设置中的 网站地址(URL):设置正确,否则样式表等无法调用-web.xml Lane default configuration : resin 2.1.14 under your specific server configuration. Links to the grindstone pool! Then into database/j-blog.sql default user name password are : admin background Address :/admin/access background, Please install the website address (URL) : Setting up the correct style sheet so it can not be called
Platform: | Size: 3579904 | Author: triangel | Hits:

[JSP/JavaCommunity_open20061104

Description: 源码/软件简介: 云网论坛1.1RC国际版是采用JSP开发的集论坛、CMS(网站内容管理系统)、博客、聊天室、商城、交友、语音灌水等于一体的门户式社区。拥有CWBBS ( Cloud Web BBS ),您可以即刻搭建自己的集电子交易、用户交流于一体的个性化门户网站。 CWBBS现拥有国际化的版本,含中文简体语言和中文繁体语方。 -source/software Profile : Cloud Network Forum 1.1RC international version is a set of JSP development forum CMS (content management system), blog, chat rooms, a mall, friends, voice irrigation is one of the gateway-type communities. Have CWBBS (Cloud Web BBS), you can immediately build their own sets of electronic transactions, users exchange integrated personalized portal. CWBBS now has international versions, including Simplified Chinese language and traditional Chinese language side.
Platform: | Size: 1900544 | Author: 犯得上 | Hits:

[JSPLangGeTaiJavaJDK5.0StudyNote

Description: 作者:林信良(网络化名良葛格) 学历:台湾大学电机工程学系 经历:SUN教育训练中心讲师 著作:《JAVA 学习笔记》、《Spring 技术手册》,为SUN官方教材主要编写成员之一 博客: http://blog.csdn.net/caterpillar_here 本书详细信息: http://www.china-pub.com/computers/common/info.asp?id=31664-Writer : Lin Hsin-liang (network pseudonym Liang Ge Ge) Education : National Taiwan University Department of Electrical Engineering experience : SUN lecturer in the education and training center works : "JAVA study notes", "Spring Technical Manual" SUN official materials for the preparation of the main member of the blog : http :// blog.csdn.net/caterpillar_here the book details : http :// www.china-pub.com/computers/common/inf o.asp id = 31664
Platform: | Size: 8955904 | Author: yi zhuoshi | Hits:

[JSP/Javapebble

Description: 在java中实现的博客,有视频和教程,在tomcat下调试实现,很不错哦-java in achieving the blog, and Video Guide, the tomcat under debugging realized, oh very good
Platform: | Size: 26532864 | Author: liuxiaopeng | Hits:

[Software Engineeringblogdesign

Description: blog日志部分详细设计,包括写日志,管理日志,上传文件等等。-blog log part of the detailed design, including the write log, log management, uploading files, etc.
Platform: | Size: 45056 | Author: 陈妮 | Hits:

[JSP/Javapoi-3.0-rc4-20070503

Description: JAVA操作Excel文件,采用POI,里面有POI的文件,运行的时候需要先创建e:\\foo.xls文件。没有密码,直接解压,需要更多信息:可以查看http://hi.baidu.com/lutao1984/blog/item/14458d50c9d09360853524f6.html页面-JAVA operation Excel documents, using POI, which has POI documents, running time required to create e : \ \ foo.xls document. No password, directly extract need more information : can check http :// hi.baidu.com/lutao1984/blog/item/14458 d50c9d09360853524f6.html pages
Platform: | Size: 1635328 | Author: 卢涛 | Hits:

[Web ServerAjax_Photo

Description: 实现图片播放功能,类似大多博客技术,不需要安装环境,直接ie浏览即可运行。-Realize image playback function, similar to most of blog technology, do not need to install the environment, ie browser can run directly.
Platform: | Size: 41984 | Author: 顾强 | Hits:

[JSP/Javakanglog_jsp

Description: kanglog博客程序,使用前,请先打开db.java修改其中的数据库信息,然后用你的jdk编译后放入WEB-INF\classes\dbpac\下。将所有文件上传到服务器,然后运行install.html建立数据库。安装完毕后,请手动删除install.html和install.jsp-kanglog blog, the use of the former, please open db.java modify database information, and then use your Add jdk compiled under the WEB-INFclassesdbpac. All the files uploaded to the server, and then run to establish a database install.html. After installation, please manually delete install.html and install.jsp
Platform: | Size: 433152 | Author: 刘谓 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net